From 1e5f70635ad6cd7fbdab4b9c431062cc2026e3c7 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 23 Feb 2015 14:12:44 +0100 Subject: [PATCH] Add `Third-party cargo subcommands` to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c9f9e839d..25309ba13 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ bit versions of cargo on unix you would use: $ ./configure --target=i686-unknown-linux-gnu,x86_64-unknown-linux-gnu ``` +## Adding new subcommands to Cargo + +Cargo is designed to be extensible with new subcommands without having to modify Cargo itself. See [the Wiki page][third-party-subcommands] for more details and a list of known community-developed subcommands. + +[third-party-subcommands]: https://github.com/rust-lang/cargo/wiki/Third-party-cargo-subcommands + ## Contributing to the Docs To contribute to the docs, all you need to do is change the markdown files in -- 2.30.2